bytes.Buffer.readSlice (method)
3 uses
	bytes (current package)
		buffer.go#L431: 	slice, err := b.readSlice(delim)
		buffer.go#L439: func (b *Buffer) readSlice(delim byte) (line []byte, err error) {
		buffer.go#L459: 	slice, err := b.readSlice(delim)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |